Fox's Git Mirrors
pkg/debug/constants.go 83609bcb589eb3cfc35b98ecc0b3327b2ae99d77 (83609bcb) Text, 279 B
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io
package debug
// Debug log levels (higher = more verbose).
const (
DebugCritical = 1
DebugError = 2
DebugInfo = 3
DebugVerbose = 4
DebugTrace = 5
DebugPackets = 6
DebugAll = 7
)
Served by rngit 1.5.2 - Generated in 0.03s